object FrmExceptionDlg: TFrmExceptionDlg Left = 278 Top = 252 BorderStyle = bsDialog Caption = 'Error' ClientHeight = 248 ClientWidth = 410 Color = clBtnFace DefaultMonitor = dmPrimary Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 11 Top = 15 Width = 32 Height = 32 end object Label1: TLabel Left = 56 Top = 43 Width = 185 Height = 13 Caption = 'An unhandled exception has occurred:' end object Label2: TLabel Left = 56 Top = 16 Width = 339 Height = 13 Caption = 'Twistpad encountered a problem. We are sorry for this inconvenie' + 'nce.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 56 Top = 171 Width = 333 Height = 26 Caption = 'If this problem persists, copy the above exception information t' + 'o the clipboard and contact Carthago Software' WordWrap = True end object Label4: TLabel Left = 56 Top = 139 Width = 307 Height = 26 Caption = 'Click continue and Twistpad will ignore this error and attempt t' + 'o continue.' WordWrap = True end object Panel1: TPanel Left = 56 Top = 62 Width = 337 Height = 69 BevelOuter = bvNone BorderStyle = bsSingle TabOrder = 2 object Memo1: TMemo Left = 0 Top = 0 Width = 333 Height = 65 Align = alClient BorderStyle = bsNone Color = clBtnFace ReadOnly = True TabOrder = 0 end end object btnContinue: TButton Left = 144 Top = 211 Width = 123 Height = 25 Cancel = True Caption = '&Continue' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 0 end object BtnStop: TButton Left = 272 Top = 211 Width = 123 Height = 25 Caption = '&Terminate Twistpad' ModalResult = 3 TabOrder = 1 end end